/*add this style AFTER the default style for black + white background, muted colour scheme, etc*/

body {
  background-image: url("/technical/images/sky_looping_bw.png");
}


#navbar-div a {
  color: #5364c9;
}
#navbar-div a:hover {
  background-color: #1f2691;
}


.backtomain {
  color: #5364c9;
}
.backtomain:hover {
  color: #242436
}


h1, .maindiv, img {
  border: 2px solid #5364c9 !important;
  border-radius: 1px;
}

h1 {
  background-color: #1f2691;
}

.maindiv {
  background-color: #242436;
}


.linkbutton {
  border-color: #5364c9 !important;
  color: #5364c9 !important;
  border-radius: 1px;
}

.linkbutton:hover {
  color: white !important;
  background-color: #5364c9;
}